Click or drag to resize

ServiceFindMessageTrackingReport Method (MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String, DateTime, DateTime, String, Mailbox, String)

Finds messages that meet the specified criteria.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FindMessageTrackingReportResponse FindMessageTrackingReport(
	MessageTrackingScope scope,
	string domain,
	Mailbox sender,
	Mailbox purportedSender,
	Mailbox recipient,
	string subject,
	DateTime startTime,
	DateTime endTime,
	string messageId,
	Mailbox federatedDeliveryMailbox,
	string diagnosticsLevel
)

Parameters

scope
Type: Independentsoft.ExchangeMessageTrackingScope
The scope.
domain
Type: SystemString
The domain.
sender
Type: Independentsoft.ExchangeMailbox
The sender.
purportedSender
Type: Independentsoft.ExchangeMailbox
The purported sender.
recipient
Type: Independentsoft.ExchangeMailbox
The recipient.
subject
Type: SystemString
The subject.
startTime
Type: SystemDateTime
The start time.
endTime
Type: SystemDateTime
The end time.
messageId
Type: SystemString
The message identifier.
federatedDeliveryMailbox
Type: Independentsoft.ExchangeMailbox
The federated delivery mailbox.
diagnosticsLevel
Type: SystemString
The diagnostics level.

Return Value

Type: FindMessageTrackingReportResponse
FindMessageTrackingReportResponse.
See Also